home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / chop.arc / CHOP.DOC next >
Text File  |  1985-12-08  |  1KB  |  28 lines

  1.  This program splits the input file into smaller files. 
  2.  
  3.     USAGE: CHOP FILENAME SIZE -SWITCHES
  4.     Version 1.1.  Written by W. J. Kennamer and released into the public domain.
  5.       FILENAME is any valid MS-DOS filename.  Wildcards are not supported.
  6.       Output file names will be FILENAME.1, FILENAME.2, etc.
  7.       Output files are always terminated with a carriage return and a <ctrl>Z.
  8.       SIZE is the desired file size for each new file.
  9.       SWITCHES must follow both the FILENAME and SIZE parameters,
  10.         and may be entered in any order.  Switches may be combined.
  11.       Valid SWITCHES are:
  12.         -s  strict    ║ chop file at exact SIZE boundary.
  13.         -r  return    ║ chop file at first carriage return
  14.                       ║   following SIZE characters (default).
  15.         -px partition ║ partition file into x equal units.
  16.                           SIZE is ignored (and may be omitted) if
  17.                           you choose this option.
  18.  
  19.  File pointer fp1 is the input file.  fp2 is always the output 
  20.     file, though its name changes as new output files are
  21.     opened.
  22.  
  23.  
  24. 
  25.  
  26.  
  27.  
  28. e input file.  f